projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de57a39
)
(comint-preoutput-filter-functions): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 06:16:35 +0000
(06:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 06:16:35 +0000
(06:16 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 072c64724ae128fbb4406103157942b9db6c35c2..8e3a1bb23095367fc51848eaf02bb9ee7e4e0e61 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1260,7
+1260,7
@@
Similarly for Soar, Scheme, etc."
(run-hook-with-args 'comint-output-filter-functions "")))))
(defvar comint-preoutput-filter-functions nil
- "Functions to call
after
output is inserted into the buffer.
+ "Functions to call
before
output is inserted into the buffer.
These functions get one argument, a string containing the text to be
inserted. They return the string as it should be inserted.